TODO: Misc updates
authorColin Walters <walters@verbum.org>
Wed, 10 Jul 2013 04:00:11 +0000 (00:00 -0400)
committerColin Walters <walters@verbum.org>
Wed, 10 Jul 2013 04:00:11 +0000 (00:00 -0400)
TODO

diff --git a/TODO b/TODO
index d2a638d70509bb4bcc078e828ab21dac35e8b573..55116f0faea0fd3990a2d08b2c584b4120da8924 100644 (file)
--- a/TODO
+++ b/TODO
@@ -4,13 +4,18 @@
 
 * ostree-commit: multithreaded/async (basically compute sha256 in parallel)
 
-* GPG signatures on commits
+* GPG signatures on commits, and more generally, extensible metadata
+  associatible with commits.  So for example, commit objects could
+  also contain secondary checksums of the *entire* content, which
+  would allow for stronger verification.
 
 * Investigate pack files and HTTP range requests
 
-* Tests of corrupted repositories, more error conditions
+* Efficient delta format between commit objects, somewhat like
+  Chromium autoupdate: set of operations to perform given previous
+  object set to create new objects.
 
-* Improve GRUB management: Assocate kernels with their deployments
+* Tests of corrupted repositories, more error conditions
 
 * ostree admin install: Pull in host data, such as uids and /etc/fstab